home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / util / shell / ScreenShell.lha / ScreenShell.readme < prev   
Text File  |  2001-04-04  |  3KB  |  81 lines

  1. Short:    Opens full size shell on new public screen
  2. Uploader: stefan@starship.pp.se (Stefan Ohlsson)
  3. Author:   stefan@starship.pp.se (Stefan Ohlsson)
  4. Type:     util/shell
  5. Replaces: util/shell/ScreenShell.LhA
  6. Version:  1.6
  7.  
  8.  
  9.  
  10. ScreenShell opens a new public screen and spawns a new shell in a full size
  11. borderless backdrop window. That means; NO annoying scrollbars, titlebars
  12. nor other gadgets, but full use of the screen real estate.
  13.  
  14. If you find ScreenShell useful, or have a suggestion, drop me a mail
  15. ScreenShell is MAILWARE (If you use it, send a mail to the author).
  16.  
  17.  
  18.  
  19. Template:
  20. "NAME,PUBNAME/K,FROM/K,DEV=DEVICE/K,ID=MODEID/K,W=WIDTH/K/N,H=HEIGHT/K/N,
  21.  D=DEPTH/K/N,F=FONT/K,FS=FONTSIZE/K/N,NB=NOTITLEBAR/S,BP=BLANKPOINTER/S,
  22.  ANSI=ANSICOLS/S"
  23.  
  24. NAME         - Screen title.
  25. PUBNAME      - The screen's public name.
  26. FROM         - Shell startup file. (Just like NewShell's FROM)
  27. DEVICE       - Shell device to use. (Default CON:)
  28.                WARNING: If this isn't a valid shell device the screen will
  29.                WARNING: open but hang, and no shell appears. BE CAREFUL.
  30. MODEID       - Hexadecimal modeid number.
  31.                (see util/cli/GetHexModeID.lha by Dirk Sessler)
  32. WIDTH        - Width of screen.
  33. HEIGHT       - Height of screen.
  34.                (Both WIDTH and HEIGHT default to the text overscan size)
  35. DEPTH        - Bitplane depth of screen, default 2.
  36. FONT         - Font to use.
  37.                (Must be a monospaced, full name of font must be specified)
  38. FONTSIZE     - Size of font. (Default is 8)
  39. NOTITLEBAR   - Makes the shell window even larger covering the screen titlebar.
  40.                (NOTE: You lose the screen depth and drag gadgets!)
  41. BLANKPOINTER - Makes the mouse pointer invisible.
  42. ANSICOLS     - Sets the first 8 colors of the palette to the ANSI BBS standard
  43.                colors (black,red,yellow,blue,magenta,cyan,white).
  44.  
  45.  
  46.  
  47. This software is subject to the "Standard Amiga FD-Software Copyright Note".
  48. It is MAILWARE as defined in paragraph 4b. For more information please read
  49. "AFD-COPYRIGHT" version 1.4 (included).
  50.  
  51.  
  52.  
  53. History:
  54. v1.0        First release.
  55.             (6648 bytes)
  56.  
  57. v1.1        Added NOTITLEBAR and MODEID.
  58.             Requesters are now opened on this screen instead of WB.
  59.             NewLook titlebar.
  60.             (7040 bytes)
  61.  
  62. v1.2        Added ANSICOLS.
  63.             Added shortcuts (ID,NB,ANSI) to the template.
  64.             (not released, 7248 bytes)
  65.  
  66. v1.3        Added PUBNAME.
  67.             Cleaned up source and error codes.
  68.             (7280 bytes)
  69.  
  70. v1.4        Added WIDTH and HEIGHT.
  71.             Respects and defaults to the text overscan preferences.
  72.             D=DEPTH shortcut added to the template.
  73.             (7464 bytes)
  74.  
  75. v1.5        Added FONT, FONTSIZE and BLANKPOINTER.
  76.             (Too big to brag about small size, still about 8K though) :-)
  77.  
  78. v1.6        Added DEVICE.
  79.             Reordered prameters in template.
  80.             Removed forgotten debug printout (oops).
  81.